docs: fix typo in signal link
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:46:05 +0000 (18:46 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:41 +0000 (18:57 -0500)
gdk/wayland/gdkwindow-wayland.c

index 7407d5c4016f421bfc149e63a301a3eccc15b6f6..2b4325b00c0eaae39fd5453fd714f7251f46c2d6 100644 (file)
@@ -2273,7 +2273,7 @@ gdk_wayland_window_get_wl_surface (GdkWindow *window)
  * that lets the client identify the wl_surface as a panel or such.
  *
  * This function should be called before a #GdkWindow is shown. This is
- * best done by connecting to the #GtkWidget::realized signal:
+ * best done by connecting to the #GtkWidget::realize signal:
  *
  * <informalexample>
  * <programlisting>